home *** CD-ROM | disk | FTP | other *** search
- A
- ; This is file: BRIEF133.PCH
- ;
- ;The following command should be applied to BRIEF
- ;version 1.33 to patch it to work with FANSI-CONSOLE
- ;when using 43 line mode on an EGA.
- ;Unless the patch is used, BRIEF will continuously
- ;reset the display trying to get it into 43 line mode.
- ;Note that this is unnecessary otherwise.
- ;This is for the BRIEF version 1.33 ONLY!
- ;After the patch is made, BRIEF will still work
- ;without FANSI-CONSOLE.
- ;The commented lines (ones starting with semi-
- ;colons) may generate error text but that is OK.
- ;Note that the patched routine may not be in exactly
- ;the same place in your version of LOGO.
- ;Before applying this patch you must do the
- ;following and note the value displayed for "yyyy"
- ;----------------------------------------------
- ; A>REN B.EXE B.BIN
- ; A>DEBUG B.BIN
- ; -RCS
- ; CS yyyy
- ; : {just return}
- ; A>REN B.BIN B.EXE
- ;----------------------------------------------
- ;Add "1000" to "yyyy" and change this file so
- ;that all the "xxxx"'s have this new value.
- ;Then:
- ;----------------------------------------------
- ; A>REN B.EXE B.BIN
- ; A>DEBUG B.BIN <BRIEF133.PCH
- ; A>REN B.BIN B.EXE
- ;----------------------------------------------
-
- A
- ;The following instruction will appear at the same
- ;place in your version, check the address and
- ;change the patch address if it is different in your version.
- ;-U xxxx:0B77
- ;xxxx:0B77 813E4C00E01B CMP WORD PTR [4C],1BE0
-
- Axxxx:0B77
- CMP BYTE [84],2A
- NOP
-
- W
- Q